.bottom23 {
    height: auto;
    width: 100%;
    min-width: 1200px;
    background: #2760b7;
    margin-top: 0;
}


    .bottom23 a:hover {
        font-weight: bold;
    }

    .bottom23 * {
        margin: 0;
        padding: 0;
        font-size: 0;
        border: none;
    }

.bottom23_main {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px;
}

.bottom23_friendlink {
    padding-top:2px;
    position: relative;
}



.bottom23_friendlink_content {
    background: #fff;
    position: relative;
}

.bottom23_linklist {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    width: 100%;
}

    .bottom23_linklist ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-height: 109px;
        overflow-y: auto;
        padding: 5px 0;
        box-sizing: border-box;
    }

        .bottom23_linklist ul::-webkit-scrollbar {
            width: 10px;
        }

        .bottom23_linklist ul::-webkit-scrollbar-thumb {
            background-color: #99c4f8;
            border-radius: 0;
            height: 80px;
        }

.bottom23_friendlink_content ul li {
    width: 20%;
}


    .bottom23_friendlink_content ul li a {
        font-size: 14px;
        color: #2760b7;
        text-decoration-line: none;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 28px;
        height: 28px;
    }




.bottom23_friendlink_combox {
    width: 100%;
    height: 45px;
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

    .bottom23_friendlink_combox > span {
        width: 18%;
        flex: 1;
        font-size: 16px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(http://www.ybq.gov.cn/images/drop-icon.png) no-repeat right center;
        background: url(http://www.ybq.gov.cn/images/drop-icon.png) no-repeat right 3% center;
        background-position-x: right 20%;
        cursor: pointer;
        transition: background-color 1s linear;
    }

        .bottom23_friendlink_combox > span:hover {
            background-color: #1c53a8;
            transition: background-color 0.2s linear;
        }

.botom23_info {
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 10px;
}


.botom23_info_left {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    flex: 1;
}

.botom23_info_left_toptext {
    display: flex;
    flex-direction: row;
}


    .botom23_info_left_toptext > a {
        color: #fff;
        font-size: 14px;
        text-decoration-line: none;
        outline: none;
    }

    .botom23_info_left_toptext > span {
        color: #fff;
        font-size: 14px;
        margin: 0 10px;
    }



.bottom23_info_left_bottomtext {
    display: flex;
    flex-direction: row;
}

    .bottom23_info_left_bottomtext span {
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        margin-right: 14px;
    }

    .bottom23_info_left_bottomtext a {
        color: #fff;
        font-size: 14px;
        text-decoration-line: none;
        outline: none;
    }





.botom23_info_right {
    display: flex;
    margin-left: 30px;
    align-items: center;
}

    .botom23_info_right > div {
        margin: 0 10px;
    }

.botom23_info_right_wx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .botom23_info_right_wx img {
        width: 64px;
        height: 64px;
        border: none;
    }


    .botom23_info_right_wx span {
        font-size: 12px;
        color: #fff;
    }


.botom23_info_right_ga img {
    width: 42px;
    height: 71px;
    border: none;
}

.botom23_info_right #imgConac {
    width: 80px;
    height: 80px;
}

.botom23_slhwzabtn img {
    width: 106px;
    height: 50px;
}

.bottom23_jiucuodiv img {
    width: 110px;
    height: 55px;
}

body.useOldFixed #_span_jiucuo {
    float: none;
    margin-left: 0 !important;
}


















@media screen and (max-width: 768px) {
    .bottom23 {
        min-width: inherit;
    }



    .bottom23_main {
        width: 100%;
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }

    .bottom23_friendlink_combox {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-top: 1vw;
        box-sizing: border-box;
    }


        .bottom23_friendlink_combox > span {
            width: 33.3%;
            flex: inherit;
            font-size: 3vw;
            height: 7vw;
        }

    .bottom23_linklist {
        position: relative;
    }

        .bottom23_linklist ul {
            display: flex;
            flex-wrap: wrap;
            max-height: inherit;
            overflow-y: auto;
            padding: 0 2vw;
            box-sizing: border-box;
        }

    .bottom23_friendlink_content ul li {
        width: 50%;
    }

        .bottom23_friendlink_content ul li a {
            font-size: 3vw;
            justify-content: left;
            align-items: center;
            line-height: 7vw;
            height: 7vw;
            padding: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }



    .botom23_info {
        display: flex;
        flex-direction: column;
        padding: 2vw;
        box-sizing: border-box;
        margin-top: 0vw;
    }

    .botom23_info_left {
        display: flex;
        flex-direction: column;
        line-height: 10vw;
        width: 100%;
        flex: initial;
    }


    .botom23_info_left_toptext {
        display: flex;
        flex-direction: row;
        display: none;
    }

        .botom23_info_left_toptext > a {
            font-size: 3vw;
        }

        .botom23_info_left_toptext > span {
            font-size: 3vw;
        }

    .bottom23_info_left_bottomtext {
        display: flex;
        flex-direction: column;
        align-items: center;
    }





    .botom23_info_right {
        width: 100%;
        display: flex;
        margin-left: 0;
        align-items: center;
        justify-content: center;
        padding: 3vw 0;
    }

        .botom23_info_right > div {
            margin: 0 1vw;
        }

        .botom23_info_right .botom23_info_right_wx {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: none;
        }

    .botom23_info_right_ga img {
        width: 5vw;
        height: 9vw;
        border: none;
    }


    .botom23_info_right #imgConac {
        width: 9vw;
        height: 9vw;
    }


    .botom23_slhwzabtn img {
        width: 17vw;
        height: 9vw;
    }

    .bottom23_jiucuodiv img {
        width: 17vw;
        height: 9vw;
    }


    .bottom23_info_left_bottomtext span, .bottom23_info_left_bottomtext a {
        line-height: 6vw;
        color: #fff;
        font-size: 3vw;
        margin-right: 0;
    }
}



body.useOldFixed .bottom23_friendlink, body.useOldFixed .botom23_info_left_toptext {
    display: none;
}

body.useOldFixed .botom23_info {
   flex-direction:column;
}


    body.useOldFixed .botom23_info .bottom23_info_left_bottomtext {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


body.useOldFixed .botom23_info_right_wx {
    display:none;
}


body.useOldFixed .botom23_info_right {
    display: flex;
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: center;
}